home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 33 / PCGamer33_OddworldAbesExoddus_CD2.iso / Desafios / Driver Editor / DriverMission.exe / 0 / RCDATA / TFRMCHEATS / TFRMCHEATS.txt
Text File  |  1999-11-12  |  2KB  |  102 lines

  1. object frmCheats: TfrmCheats
  2.   Left = 113
  3.   Top = 794
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Cheats'
  7.   ClientHeight = 178
  8.   ClientWidth = 208
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnlBot: TPanel
  20.     Left = 0
  21.     Top = 144
  22.     Width = 208
  23.     Height = 34
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object btnClose: TBitBtn
  27.       Left = 126
  28.       Top = 5
  29.       Width = 75
  30.       Height = 25
  31.       Anchors = [akRight, akBottom]
  32.       Caption = '&Save'
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       Kind = bkOK
  41.     end
  42.     object btnCancel: TBitBtn
  43.       Left = 10
  44.       Top = 5
  45.       Width = 75
  46.       Height = 25
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       TabOrder = 1
  54.       Kind = bkCancel
  55.     end
  56.   end
  57.   object pnlCheatsClient: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 208
  61.     Height = 144
  62.     Align = alClient
  63.     TabOrder = 1
  64.     object lblEnableCheats: TLabel
  65.       Left = 16
  66.       Top = 8
  67.       Width = 169
  68.       Height = 37
  69.       AutoSize = False
  70.       Caption = 'Make sure Driver is not started before saving changes.'
  71.       WordWrap = True
  72.     end
  73.     object Label1: TLabel
  74.       Left = 16
  75.       Top = 96
  76.       Width = 177
  77.       Height = 41
  78.       AutoSize = False
  79.       Caption = 
  80.         'Do not forget to enable/disable the desired cheats in the GAME c' +
  81.         'heats menu.'
  82.       WordWrap = True
  83.     end
  84.     object cbAllCheats: TCheckBox
  85.       Left = 16
  86.       Top = 44
  87.       Width = 129
  88.       Height = 17
  89.       Caption = 'All cheats enabled'
  90.       TabOrder = 0
  91.     end
  92.     object cbAllCities: TCheckBox
  93.       Left = 16
  94.       Top = 68
  95.       Width = 129
  96.       Height = 17
  97.       Caption = 'All cities opened'
  98.       TabOrder = 1
  99.     end
  100.   end
  101. end
  102.